home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
11
/
0
/
DISK1105.ZIP
/
DATA
/
P1903-01.IN
< prev
next >
Wrap
Text File
|
1988-06-01
|
2KB
|
41 lines
'**********************************************************
'
' A.B.C. Manufacturing Company
'
'**********************************************************
' production cost
'..........................................................
COST #100=1.00, #200=1.00; '....$1.00 per unit
APPLY #100/Production Cost
TO #1=14.0, #11=18.0
#2=17.0, #12=22.0
#3=17.0, #13=22.0;
APPLY #200/Inventory Cost
TO #1=3.0, #11=3.0
#2=2.0, #12=2.0
#3=1.0, #13=1.0;
'..........................................................
' the Production EQUATIONS can be expressed as
'..........................................................
EQUATIONS
priod1 #1 + #11 + #50
<GE> #51/demand period.1;
priod2 #1 + #11 + #2 + #12 + #50
<GE> #51 + #52/demand period.2;
priod3 #1 + #11 + #2 + #12 + #3 + #13 + #50
<GE> #51 + #52 + #53/demand period.3;
SET #50=15.0;
MINIMUM #51=60.0, #52=80.0, #53=140.0;
'..........................................................
' The Production capacity LIMITS
'..........................................................
MAXIMUM #1=100, #11=20
#2=100, #12=10
#3= 60, #13=20;